CriticalErrorCode

enum CriticalErrorCode : ProtocolMessageEnum

Error codes for critical errors
The device might report these fault codes on the screen.
If you encounter a fault code, please post on the meshtastic.discourse.group
and we'll try to help.
Protobuf enum meshtastic.CriticalErrorCode

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

We detected that the main CPU voltage dropped below the minimum acceptable value
BROWNOUT = 9;
Link copied to clipboard

Corruption was detected on the flash filesystem but we were able to repair things.
If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
FLASH_CORRUPTION_RECOVERABLE = 12;
Link copied to clipboard

Corruption was detected on the flash filesystem but we were unable to repair things.
NOTE: Your node will probably need to be reconfigured the next time it reboots (it will lose the region code etc...)
If you see this failure in the field please post in the forum because we are interested in seeing if this is occurring in the field.
FLASH_CORRUPTION_UNRECOVERABLE = 13;
Link copied to clipboard

The channel tried to set a radio setting which is not supported by this chipset,
radio comms settings are now undefined.
INVALID_RADIO_SETTING = 7;
Link copied to clipboard

This board was expected to have a power management chip and it is missing or broken
NO_AXP192 = 6;
Link copied to clipboard

No Lora radio hardware could be found
NO_RADIO = 3;
Link copied to clipboard
val NONE_VALUE: Int = 0

TODO: REPLACE
NONE = 0;
Link copied to clipboard

A (likely software but possibly hardware) failure was detected while trying to send packets.
If this occurs on your board, please post in the forum so that we can ask you to collect some information to allow fixing this bug
RADIO_SPI_BUG = 11;
Link copied to clipboard

A software bug was detected on entry to sleep
SLEEP_ENTER_WAIT = 2;
Link copied to clipboard
Selftest of SX1262 radio chip failed 
SX1262_FAILURE = 10;
Link copied to clipboard

Radio transmit hardware failure. We sent data to the radio chip, but it didn't
reply with an interrupt.
TRANSMIT_FAILED = 8;
Link copied to clipboard

A software bug was detected while trying to send lora
TX_WATCHDOG = 1;
Link copied to clipboard

We failed while configuring a UBlox GPS
UBLOX_UNIT_FAILED = 5;
Link copied to clipboard

Not normally used
UNSPECIFIED = 4;

Functions

Link copied to clipboard
Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<MeshProtos.CriticalErrorCode>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): MeshProtos.CriticalErrorCode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.